| Overload | Description |
|---|---|
| getContentHeight(double) | Gets the content height. When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height. |
| getContentHeight(double,boolean) | Gets the height of the content for the given width and forces width recalculation. When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height. If 'recalculate' is true, then the content height is computed even if 'width' has not changed from previous call. |